.logo-container {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            justify-content: center;
}
.logo-container img {
            height: auto;
			width:7rem;
            filter: grayscale(100%);
} 

.webui-popover-title{
	display:none;
}

/* Allgemeine Formular-Styles */
form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="date"],
form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
}

form textarea {
    resize: vertical;
    min-height: 100px;
}

form input[type="checkbox"] {
    margin-right: 10px;
}

form input[type="submit"] {
    display: block;
    width: 100%;
    padding: 10px 15px;
    background: #af9113;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
	font-weight:bold;
}

form input[type="submit"]:hover {
    background: black;
}

/* Fehlermeldungen */
.error {
    background: #f8d7da;
    color: #721c24;
    padding: 10px;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    margin-bottom: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
    form {
        padding: 15px;
    }

    form label {
        font-size: 14px;
    }

    form input[type="text"],
    form input[type="email"],
    form input[type="number"],
    form input[type="date"],
    form textarea {
        font-size: 14px;
    }

    form input[type="submit"] {
        font-size: 14px;
        padding: 8px 10px;
    }
	

#td1-wifsx8h9d , .jmp-google, .custom-weather-wrap{
	margin-top:25px;
	margin-bottom:25px;
	padding:25px;
}

div#awt-61bae20c0d2cf499628496, #mod-custom205{
	padding-top:25px;
}


div#be1-v26yozcfj div.bottom-e-1-position, div#be2-rj59xmeut, div#be3-ib1f7sak3{
	padding-top:25px;
}

div#ar-uqx4cd8jh h3{
	margin-bottom: 1rem;
}



#awt-61bae20c0d2cf499628496, #mod-custom205{
	padding-bottom:25px;
}

#bottom-a  {
	padding:25px;
    background-attachment: scroll; /* Deaktiviere fixed auf mobilen Geräten */
}

#bb1-62ca728de8938439741598{
	min-height:0;
}
	
}




